home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
590
/
590.xpi
/
chrome
/
ipv6ident.jar
/
content
/
contents.rdf
next >
Wrap
Extensible Markup Language
|
2009-12-10
|
2KB
|
51 lines
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!--
ShowIP Firefox Extension
Copyright (C) 2007 Jan Dittmer <jdi@l4x.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-->
<RDF:Seq about="urn:mozilla:package:root">
<RDF:li resource="urn:mozilla:package:ipv6ident"/>
</RDF:Seq>
<RDF:Description about="urn:mozilla:package:ipv6ident"
chrome:displayName="ShowIP"
chrome:author="Jan Dittmer"
chrome:authorURL="http://l4x.org/showip"
chrome:name="ipv6ident"
chrome:extension="true"
chrome:description="Show the IP Address of the current site in the statusbar and allow some lookups.">
</RDF:Description>
<RDF:Seq about="urn:mozilla:overlays">
<!-- firefox -->
<RDF:li resource="chrome://browser/content/browser.xul"/>
<!-- mozilla -->
<RDF:li resource="chrome://navigator/content/navigator.xul"/>
</RDF:Seq>
<RDF:Seq about="chrome://browser/content/browser.xul">
<RDF:li>chrome://ipv6ident/content/ipv6ident.xul</RDF:li>
</RDF:Seq>
<RDF:Seq about="chrome://navigator/content/navigator.xul">
<RDF:li>chrome://ipv6ident/content/ipv6ident.xul</RDF:li>
</RDF:Seq>
</RDF:RDF>